FTP SET DIR

This command will allow you to go to an FTP directory.

  Syntax
FTP SET DIR Directory String
  Parameters
Directory String
String
Path string

  Returns

This command does not return a value.

  Example Code
ftp connect
ftp set dir "photos"
ftp get file "db_photo_pack1.zip"
ftp disconnect
  See also

FTP Commands Menu
Index